home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Shareware / Applications / directtex Pro 2.0 / DirectTeX.1 / Installer-Files / Config-Files / DirectTeX / DirectTeX folder / DeviceDefs next >
Encoding:
Text File  |  1995-03-27  |  4.3 KB  |  200 lines  |  [TEXT/TeX+]

  1. # (c) 1991-95 by Wilfried Ricken
  2. #                Hagenaustraße 41
  3. #                45138 Essen
  4. #                Germany
  5.  
  6. # First specify the physical devices to use for the different logical devices.
  7. # "default" will be replaced by the name of the currently selected printer.
  8.  
  9. Preview := 'Standard at lower resolution';
  10. DiskFile := default;
  11. Printer := default;
  12.  
  13. # Now tell MacDVI about the mode_defs known to METAFONT. Be sure that the
  14. # resolutions specified here match the resolutions specified in the .mf file.
  15.  
  16. mode_defs =
  17.     MacTrueSize := (72, 72);
  18.     MacScreen := (174, 174);
  19.     ImageWriterII := (160, 144);
  20.     FaxPrint := (216, 216);
  21.     ImageWriterLQ := (216, 216);
  22.     PDFWriter := (288, 288);
  23.     Standard := (300, 300);
  24.     TrueLaser := (300, 300);
  25.     StyleWriter := (360, 360);
  26.     Xante := (600, 600);
  27.     UltreSetter := (1200, 1200);
  28.     LinoType := (2540, 2540);
  29. enddef;
  30.  
  31. # Last but not least here are the descriptions of the physical devices known to MacDVI.
  32. # Be sure that every physical device is connected to a mode_def from the list above.
  33.  
  34. device_def 'MacTrueSize' =
  35.     device_type := Unknown;
  36.     mode_def := MacTrueSize;
  37. enddef;
  38.  
  39. device_def 'MacScreen' =
  40.     device_type := Unknown;
  41.     mode_def := MacScreen;
  42. enddef;
  43.  
  44. device_def 'Standard' =
  45.     device_type := Unknown;
  46.     mode_def := Standard;
  47. enddef;
  48.  
  49. device_def 'Standard at lower resolution' =
  50.     device_type := Unknown;
  51.     mode_def := Standard * 1 / 1.728;
  52. enddef;
  53.  
  54. device_def 'Standard at higher resolution' =
  55.     device_type := Unknown;
  56.     mode_def := Standard * 2;
  57. enddef;
  58.  
  59. device_def 'CommonGround' =
  60.     device_type := QuickDraw;
  61.     mode_def := MacTrueSize;
  62. enddef;
  63.  
  64. device_def 'Apple Color Printer' =
  65.     device_type := QuickDraw;
  66.     mode_def := StyleWriter;
  67. enddef;
  68.  
  69. device_def 'AppleTalk ImageWriter' =
  70.     device_type := QuickDraw;
  71.     mode_def := ImageWriterII;
  72. enddef;
  73.  
  74. device_def 'DeskJet' =
  75.     device_type := QuickDraw;
  76.     mode_def := Standard;
  77. enddef;
  78.  
  79. device_def 'DeskJet 500' =
  80.     device_type := QuickDraw;
  81.     mode_def := Standard;
  82. enddef;
  83.  
  84. device_def 'DeskWriter' =
  85.     device_type := QuickDraw;
  86.     mode_def := Standard;
  87. enddef;
  88.  
  89. device_def 'DW 550C 2.0 (AppleTalk)' =
  90.     device_type := QuickDraw;
  91.     mode_def := Standard;
  92. enddef;
  93.  
  94. device_def 'DW 550C 2.0 (Seriell)' =
  95.     device_type := QuickDraw;
  96.     mode_def := Standard;
  97. enddef;
  98.  
  99. device_def 'DiskPrint' =
  100.     device_type := QuickDraw;
  101.     mode_def := MacTrueSize;
  102. enddef;
  103.  
  104. device_def 'Fax Sender' =
  105.     device_type := QuickDraw;
  106.     mode_def := ImageWriterLQ;
  107. enddef;
  108.  
  109. device_def 'FaxPrint' =
  110.     device_type := QuickDraw;
  111.     mode_def := FaxPrint;
  112. enddef;
  113.  
  114. device_def 'ImageWriter' =
  115.     device_type := QuickDraw;
  116.     mode_def := ImageWriterII;
  117. enddef;
  118.  
  119. device_def 'LaserWriter' =
  120.     device_type := PostScript;
  121.     mode_def := Standard;
  122.     page_order := "1f2r";
  123. enddef;
  124.  
  125. device_def 'LaserWriter 8' =
  126.     device_type := PostScript;
  127.     mode_def := Standard;
  128.     page_order := "1f2r";
  129. enddef;
  130.  
  131. device_def 'LaserWriter 300' =
  132.     device_type := QuickDraw;
  133.     mode_def := Standard;
  134. enddef;
  135.  
  136. device_def 'PDFWriter' =
  137.     device_type := QuickDraw;
  138.     mode_def := PDFWriter;
  139. enddef;
  140.  
  141. device_def 'LQ AppleTalk ImageWriter' =
  142.     device_type := QuickDraw;
  143.     mode_def := ImageWriterLQ;
  144. enddef;
  145.  
  146. device_def 'LQ ImageWriter' =
  147.     device_type := QuickDraw;
  148.     mode_def := ImageWriterLQ;
  149. enddef;
  150.  
  151. device_def 'LW Select 300' =
  152.     device_type := QuickDraw;
  153.     mode_def := Standard;
  154. enddef;
  155.  
  156. device_def 'LW Select 310' =
  157.     device_type := PostScript;
  158.     mode_def := Standard;
  159. enddef;
  160.  
  161. device_def 'Personal LaserWriter SC' =
  162.     device_type := QuickDraw;
  163.     mode_def := Standard;
  164. enddef;
  165.  
  166. device_def 'Personal LW LS' =
  167.     device_type := QuickDraw;
  168.     mode_def := Standard;
  169. enddef;
  170.  
  171. device_def 'StyleWriter' =
  172.     device_type := QuickDraw;
  173.     mode_def := StyleWriter;     # you may also use Standard * 1.2
  174. enddef;
  175.  
  176. device_def 'StyleWriter II' =
  177.     device_type := QuickDraw;
  178.     mode_def := StyleWriter;     # you may also use Standard * 1.2
  179. enddef;
  180.  
  181. device_def 'TrueLaser' =
  182.     device_type := PostScript;
  183.     mode_def := TrueLaser;
  184. enddef;
  185.  
  186. device_def 'Xante' =
  187.     device_type := PostScript;
  188.     mode_def := Xante;
  189. enddef;
  190.  
  191. device_def 'UltreSetter' =
  192.     device_type := PostScript;
  193.     mode_def := UltreSetter;
  194. enddef;
  195.  
  196. device_def 'LinoType' =
  197.     device_type := PostScript;
  198.     mode_def := LinoType;
  199. enddef;
  200.